runtime.mheap.userArena (field)
13 uses
runtime (current package)
arena.go#L915: mheap_.userArena.quarantineList.insert(s)
arena.go#L1003: if !h.userArena.readyList.isEmpty() {
arena.go#L1004: s = h.userArena.readyList.first
arena.go#L1005: h.userArena.readyList.remove(s)
arena.go#L1009: hintList := &h.userArena.arenaHints
arena.go#L1029: h.userArena.readyList.insertBack(s)
malloc.go#L640: hintList = &mheap_.userArena.arenaHints
malloc.go#L719: userArenaHint.next, mheap_.userArena.arenaHints = mheap_.userArena.arenaHints, userArenaHint
mgcsweep.go#L754: if s.list != &mheap_.userArena.quarantineList {
mgcsweep.go#L758: mheap_.userArena.quarantineList.remove(s)
mgcsweep.go#L759: mheap_.userArena.readyList.insert(s)
mheap.go#L235: userArena struct {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |